.home-layout {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.home-layout__l {
    width: 780px;
    height: 400px;
    overflow: hidden;
}

.home-layout__r {
    width: 374px;
}

.quickMedia li {
    width: 92px;
    height: 36px;
}

.quickMedia li a img {
    width: 92px;
    height: 36px;
    object-fit: unset;
}

.home-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.home-slider .swiper-pagination {
    left: auto;
    right: 15px;
    width: auto;
    z-index: 1000;
}

.home-slider .swiper-pagination-bullet {
    background: rgb(255, 255, 255);
    opacity: 1;
}

.home-slider .swiper-pagination-bullet-active {
    background: #d33833;
}

.home-slider .swiper-slide {
    position: relative;

}

.home-slider .swiper-slide p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    z-index: 99;
}

.home-slider .swiper-slide .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: '';
    z-index: 9;
    background-image: linear-gradient(to top, #000, transparent);
}

.home-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.home-slider .swiper-slide a {
    color: #fff;
}

.home-hot-news {
    height: 400px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 0 20px;
	 z-index: 3;
}

.home-hot-news li {
    height: 95px;
    line-height: 32px;
    font-size: 16px;
    padding-top: 16px;
    position: relative;
	font-weight: bold;
    
}

.home-hot-news li.active {
    font-weight: bold;

}

.home-hot-news li.active a {
    font-weight: bold;
    color: #fff !important;
   
}

.home-hot-news .bhui li.active {
    font-weight: bold;
    /* 灰色背景注释掉此处 */
    a {
        color: #323232 !important;
    }
}

.home-hot-news .blan li.active:before {
    position: absolute;
    content: '';
    width: 400px;
    height: 122px;
    left: -30px;
    top: 0;
    z-index: 2;
    background-image: url("https://www.stdaily.com/resource/kjw/index/images/3bg.png");
    background-repeat:  no-repeat;
    /* 蓝色 */
    background-position: 0 0;
    /* 红色 */
    /* background-position: 0 -130px; */
    /* 灰色 */
    /* background-position: 0 -260px; */
}

.home-hot-news .bhong li.active:before {
    position: absolute;
    content: '';
    width: 400px;
    height: 122px;
    left: -30px;
    top: 0;
    z-index: 2;
    background-image: url("https://www.stdaily.com/resource/kjw/index/images/3bg.png");
    background-repeat:  no-repeat;
    
    /* 红色 */
     background-position: 0 -130px; 
    /* 灰色 */
    /* background-position: 0 -260px; */
}

.home-hot-news .bhui li.active:before {
    position: absolute;
    content: '';
    width: 400px;
    height: 122px;
    left: -30px;
    top: 0;
    z-index: 2;
    background-image: url("https://www.stdaily.com/resource/kjw/index/images/3bg.png");
    background-repeat:  no-repeat;    
    /* 灰色 */
    background-position: 0 -260px;
}

.home-hot-news li a {z-index: 3;position:relative;overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;}

.m-home-hot {
    display: none;
}

@media (max-width: 767px) {
    .home-layout {
        display: none;
    }

    .m-home-hot {
        display: block;
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
        margin-bottom: .3rem;
        background: #fff;
        padding: .3rem .24rem;
        font-size: .3rem;
        text-align: left;
    }

    .m-home-hot li {
        line-height: 1.5;
        margin-bottom: .2rem;
    }
}